home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TTELLAFRIENDFORM / TTELLAFRIENDFORM.txt
Text File  |  2003-03-07  |  6KB  |  248 lines

  1. object TellAFriendForm: TTellAFriendForm
  2.   Left = 532
  3.   Top = 356
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Tell a friend about MailWasher'
  7.   ClientHeight = 453
  8.   ClientWidth = 473
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 449
  24.     Height = 65
  25.     AutoSize = False
  26.     Caption = 
  27.       'Tell your friends and peers about MailWasher and help rid the wo' +
  28.       'rld of unsolicited commercial email and viruses. Enter their nam' +
  29.       'e and email address below, and optionally a personal comment to ' +
  30.       'them, and we'#39'll mail them instructions on how and why they shoul' +
  31.       'd get MailWasher!'#13#10#13#10'Privacy: MailWasher doesn'#39't capture or stor' +
  32.       'e the information you enter below.'#13#10#13#10
  33.     WordWrap = True
  34.   end
  35.   object GroupBox1: TGroupBox
  36.     Left = 12
  37.     Top = 208
  38.     Width = 449
  39.     Height = 193
  40.     Caption = ' Your Friends'#39' Details '
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     object Label4: TLabel
  49.       Left = 16
  50.       Top = 56
  51.       Width = 28
  52.       Height = 13
  53.       Caption = 'Email:'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clWindowText
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = []
  59.       ParentFont = False
  60.     end
  61.     object Label3: TLabel
  62.       Left = 16
  63.       Top = 24
  64.       Width = 31
  65.       Height = 13
  66.       Caption = 'Name:'
  67.       Font.Charset = DEFAULT_CHARSET
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = []
  72.       ParentFont = False
  73.     end
  74.     object Label6: TLabel
  75.       Left = 72
  76.       Top = 92
  77.       Width = 182
  78.       Height = 13
  79.       Caption = 'List of friends to tell about MailWasher:'
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clWindowText
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.     end
  87.     object FriendsNameEdit: TEdit
  88.       Left = 72
  89.       Top = 24
  90.       Width = 177
  91.       Height = 21
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clWindowText
  94.       Font.Height = -11
  95.       Font.Name = 'MS Sans Serif'
  96.       Font.Style = []
  97.       ParentFont = False
  98.       TabOrder = 0
  99.     end
  100.     object EmailEdit: TEdit
  101.       Left = 72
  102.       Top = 56
  103.       Width = 177
  104.       Height = 21
  105.       Font.Charset = DEFAULT_CHARSET
  106.       Font.Color = clWindowText
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = []
  110.       ParentFont = False
  111.       TabOrder = 1
  112.     end
  113.     object AddButton: TButton
  114.       Left = 262
  115.       Top = 56
  116.       Width = 60
  117.       Height = 21
  118.       Caption = 'Add'
  119.       Font.Charset = DEFAULT_CHARSET
  120.       Font.Color = clWindowText
  121.       Font.Height = -11
  122.       Font.Name = 'MS Sans Serif'
  123.       Font.Style = []
  124.       ParentFont = False
  125.       TabOrder = 2
  126.       OnClick = AddButtonClick
  127.     end
  128.     object RemoveButton: TButton
  129.       Left = 376
  130.       Top = 160
  131.       Width = 60
  132.       Height = 21
  133.       Caption = 'Remove'
  134.       Enabled = False
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clWindowText
  137.       Font.Height = -11
  138.       Font.Name = 'MS Sans Serif'
  139.       Font.Style = []
  140.       ParentFont = False
  141.       TabOrder = 4
  142.       OnClick = RemoveButtonClick
  143.     end
  144.     object FriendListBox: TListBox
  145.       Left = 72
  146.       Top = 108
  147.       Width = 297
  148.       Height = 73
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clWindowText
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ItemHeight = 13
  155.       ParentFont = False
  156.       TabOrder = 3
  157.     end
  158.   end
  159.   object CancelButton: TButton
  160.     Left = 386
  161.     Top = 419
  162.     Width = 75
  163.     Height = 25
  164.     Anchors = [akRight, akBottom]
  165.     Cancel = True
  166.     Caption = 'Cancel'
  167.     TabOrder = 3
  168.     OnClick = CancelButtonClick
  169.   end
  170.   object OKButton: TButton
  171.     Left = 298
  172.     Top = 419
  173.     Width = 75
  174.     Height = 25
  175.     Anchors = [akRight, akBottom]
  176.     Caption = 'Send'
  177.     Default = True
  178.     TabOrder = 2
  179.     OnClick = OKButtonClick
  180.   end
  181.   object GroupBox2: TGroupBox
  182.     Left = 12
  183.     Top = 84
  184.     Width = 449
  185.     Height = 113
  186.     Caption = ' Your Details'
  187.     Font.Charset = DEFAULT_CHARSET
  188.     Font.Color = clWindowText
  189.     Font.Height = -11
  190.     Font.Name = 'MS Sans Serif'
  191.     Font.Style = [fsBold]
  192.     ParentFont = False
  193.     TabOrder = 0
  194.     object Label2: TLabel
  195.       Left = 16
  196.       Top = 20
  197.       Width = 31
  198.       Height = 13
  199.       Caption = 'Name:'
  200.       Font.Charset = DEFAULT_CHARSET
  201.       Font.Color = clWindowText
  202.       Font.Height = -11
  203.       Font.Name = 'MS Sans Serif'
  204.       Font.Style = []
  205.       ParentFont = False
  206.     end
  207.     object Label5: TLabel
  208.       Left = 16
  209.       Top = 52
  210.       Width = 47
  211.       Height = 13
  212.       Caption = 'Comment:'
  213.       Font.Charset = DEFAULT_CHARSET
  214.       Font.Color = clWindowText
  215.       Font.Height = -11
  216.       Font.Name = 'MS Sans Serif'
  217.       Font.Style = []
  218.       ParentFont = False
  219.     end
  220.     object YourNameEdit: TEdit
  221.       Left = 72
  222.       Top = 20
  223.       Width = 177
  224.       Height = 21
  225.       Font.Charset = DEFAULT_CHARSET
  226.       Font.Color = clWindowText
  227.       Font.Height = -11
  228.       Font.Name = 'MS Sans Serif'
  229.       Font.Style = []
  230.       ParentFont = False
  231.       TabOrder = 0
  232.     end
  233.     object CommentMemo: TMemo
  234.       Left = 72
  235.       Top = 52
  236.       Width = 297
  237.       Height = 49
  238.       Font.Charset = DEFAULT_CHARSET
  239.       Font.Color = clWindowText
  240.       Font.Height = -11
  241.       Font.Name = 'MS Sans Serif'
  242.       Font.Style = []
  243.       ParentFont = False
  244.       TabOrder = 1
  245.     end
  246.   end
  247. end
  248.